home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 41
/
Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso
/
Aminet
/
dev
/
c
/
libiconv_src.lha
/
src
/
cp943.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-11-07
|
225 b
|
10 lines
/*
* IBM CP943
*/
/* This is essentially CP932, with many mappings missing in the AIX conversion
table. We just pretend it were the same as CP932. */
#define cp943_mbtowc cp932_mbtowc
#define cp943_wctomb cp932_wctomb